home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libgnome-keyring1.0-cil.postinst < prev    next >
Encoding:
Text File  |  2009-03-06  |  786 b   |  19 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installmodules
  4. if [ "$1" = "configure" ]; then
  5.     if [ -e "/etc/modprobe.d/libgnome-keyring1.0-cil" ]; then
  6.         echo "Preserving user changes to /etc/modprobe.d/libgnome-keyring1.0-cil.conf ..."
  7.         if [ -e "/etc/modprobe.d/libgnome-keyring1.0-cil.conf" ]; then
  8.             mv -f "/etc/modprobe.d/libgnome-keyring1.0-cil.conf" "/etc/modprobe.d/libgnome-keyring1.0-cil.conf.dpkg-new"
  9.         fi
  10.         mv -f "/etc/modprobe.d/libgnome-keyring1.0-cil" "/etc/modprobe.d/libgnome-keyring1.0-cil.conf"
  11.     fi
  12. fi
  13. # End automatically added section
  14. # Automatically added by dh_installcligac
  15. if [ "$1" = "configure" ] && [ -x /usr/share/cli-common/gac-package-install ]; then
  16.     /usr/share/cli-common/gac-package-install libgnome-keyring1.0-cil
  17. fi
  18. # End automatically added section
  19.